home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
AmigActive 2
/
AACD 2.iso
/
AACD
/
Programming
/
fpc
/
hello.pp
< prev
next >
Wrap
Text File
|
1998-09-21
|
134b
|
8 lines
Program Hello;
{ Enable stack checking on the Amiga, unless you know what you are doing! }
{$S+}
Begin
WriteLn('Hello world');
end.